home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 17 / AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso / libs / lib.lha / Changes.txt < prev    next >
Text File  |  1997-02-08  |  3KB  |  78 lines

  1. Changes for 41.1 beta2 (b42 archive)
  2.  
  3. - added additional planar bitmap checks in BltBitmap()/graphics code
  4.   to avoid some strange effects with certain programs
  5.  
  6. Changes for 41.1 (b41 archive)
  7.  
  8. - LockBitMapTagList()/cgx always returned a 0 as handle. Now it returns the
  9.   handle properly.
  10.   This will most likely fix all AmiWin related lockups. 
  11.  
  12. Changes for 41.0 b362 (b40 archive)
  13.  
  14. - added support for multiple boards of the same kind. The drivers need to
  15.   have that feature implemented though to use that option.
  16. - fixed some problems with standard menu backfilling when PLANES2FAST option
  17.   is enabled. Please don't use that option when you are not aware of what it's
  18.   doing actually. It reduces compatibility and general stability in some cases.
  19.  
  20. Changes for 41.0 b348 (b39 archive)
  21.  
  22. - inlined some code in cgxsystem.library. This will slightly improve speed
  23.   in some areas
  24.  
  25. Changes for 41.0 b320 (b37 archive)
  26.  
  27. - added horizontal/vertical lines hw acceleration for gfx boards
  28.   that don't have a special line engine but allow for solid fill.
  29.  
  30. Changes for 41.0 b303 (b36 archive)
  31.  
  32. - mouse/screen blankers which blanked the mouse sprite the way the C= blanker
  33.   does, now blank the mouse sprite again properly.
  34.  
  35. Changes for 41.0 b299 (b35 archive)
  36.  
  37. - Due to a bug in the rect filling code, swapping/toggling of simple refresh
  38.   windows got really slow unter truecolour screens with v2 and previous
  39.   V3 versions. There is really a VISIBLE speed INCREASE with that fixed now
  40.   when using simple refresh windows.
  41.  
  42. Changes for 41.0 b291 (b34 archive)
  43.  
  44. - nextscreens should get updated properly now
  45.  
  46. Changes for 41.0 b289 (b33 archive)
  47.  
  48. - This is for all WritePixel/PutPixels lovers out there:
  49.   wasted 20 minutes of my valueable time to increase writepixel output. This
  50.   graphics function is mostly unused with os graphics operation but some people
  51.   really think that the speed of this function is a general speed indicator
  52.   Rather strange ......
  53. - fixed a bug in OpenScreen()/intuition patch. If applications called it with
  54.   other flags besides NS_EXTENDED set in the newscreen.type field, the 
  55.   Extended tag field was ignored. This e.g. fixes some screen opening problems
  56.   with Finalwriter.
  57. - programs which use the SA_LikeWorkbench tag to open a screen correctly open 
  58.   on a cybergraphx display now, if the workbench is opened on a cybergraphx
  59.   display, too.
  60.  
  61. Changes for 41.0 b270 (b32 archive)
  62.  
  63. - the mouse crsr is now disabled on the previous view if the active
  64.   view changees to a different gfx card
  65. - fixed a problem with masked rectfills with screens that have less than 256
  66.   colours
  67.  
  68. Changes for 41.0 beta263
  69.  
  70. - LoadRGB4/SetRGB4 now behaves like in earlier betas which should fix some
  71.   palette problems with older programs.
  72.  
  73. - enabled support for 8bit hardware accelerated planar bitmap to chunky
  74.   bitmap blits 
  75.  
  76. - Truecolour related parts of BltBitmap()/graphics rewritten. Should be 
  77.   faster now under certain cases.
  78.